object AboutBox: TAboutBox Left = 331 Top = 483 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'About' ClientHeight = 213 ClientWidth = 298 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 298 Height = 213 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BevelWidth = 2 ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 18 Top = 23 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 122 Top = 16 Width = 54 Height = 13 Caption = 'WebSpeed' IsControl = True end object Version: TLabel Left = 122 Top = 40 Width = 53 Height = 13 Caption = 'Version 1.5' IsControl = True end object Copyright: TLabel Left = 73 Top = 65 Width = 151 Height = 13 Caption = 'Copyright Mike Sutherland 1997' IsControl = True end object Comments: TLabel Left = 28 Top = 119 Width = 235 Height = 52 Alignment = taCenter Caption = 'This product is freeware. However, please do not dis-assemble or' + ' otherwise hack the executable. Please see the webspeed.txt file' + ' that accompanies this program.' WordWrap = True IsControl = True end object Label1: TLabel Left = 100 Top = 90 Width = 98 Height = 13 Caption = 'mike@mjs.u-net.com' end object Image1: TImage Left = 248 Top = 23 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end end object OKButton: TButton Left = 111 Top = 180 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end